﻿@charset "utf-8";
.ddsmoothmenu {
	font-size: 14px;
}
.ddsmoothmenu a {
	text-align: center;
}
.ddsmoothmenu ul {
	z-index: 100;
	padding: 0;
	list-style-type: none;
}
/*.i_nav li{float:left; display:inline-block;}
.i_nav li>a{display:block; padding: 0 30px; height:75px; color:#333333; line-height:75px; font-size:16px;}
.i_nav li>a:hover{ color:#e28b0f;}
.i_nav li>a.on{ color:#e28b0f;}
.i_nav li.hot{ background: url(../images/icon01.png) no-repeat right 20px;}*/


.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	display: inline;
	color: #000;
	text-align: center;
	height: 75px;
}
.nava {
	display: block;
	line-height: 75px;
	color: #333333;
	font-family: microsoft yahei;
	font-size: 16px;
	padding: 0 20px;
}
* html .nava { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.nava:hover, .navactive:hover {
	display: block;
	line-height: 75px;
	font-family: microsoft yahei;
	color: #243a8e;
	font-size: 16px;
	padding: 0 20px;
}
.selected, .navactive {
	display: block;
	line-height: 75px;
	font-family: microsoft yahei;
	color: #333;
	font-size: 16px;
	padding: 0 20px;
}
.i_nav ul li ul {
	position: absolute;
	width: 100px;
	/*collapse all sub menus to begin with*/
	visibility: hidden;
}
* html .i_nav ul li ul {
}
.i_nav ul li ul li {
	display: list-item;
	margin: 0 auto;
	height: 35px;
	line-height: 35px;
	height: 100%;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.i_nav ul li ul li ul {
	top: 0;
}
.i_nav ul li ul li a {
	display: block;
	float: left;
	font: normal 14px Verdana;
	padding: 0 23px;
	height: 35px;
	color: #333;
	line-height: 35px;
	background-color: #fff;
	text-align: center;
	z-index: 2001;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.navliv {
	height: 35px;
}
.i_nav ul li ul li a:hover {
	color: #243a8e;
	background-color: #fff;
	text-decoration: none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 15px;
}
.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	filter: alpha(opacity=0);
	opacity: 0;
}


/*------------------------------------------------------*/

/* End */
